public
nobgit
read
community.wiki
For NobGit Community
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/community.wiki.git
ssh://[email protected]:2222/orgs/nobgit/community.wiki.git
Trace
Getting Started/Getting Started.md
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
# How to get started
3
1. Visit [NobGit](https://www.nobgit.com).
4
2. Select **Sign up**.
5
3. Create your account with an email address. Alternatively, choose **Continue with Cloudflare**, or click **More sign-in options** to sign up with Google or LinkedIn.
6
4. After signing in, use your dashboard for your workspace and Explore for public repositories.
7
5. Before pushing code, open Git access settings and create either an expiring HTTPS access token or add an SSH key.
8
6. For extra account protection, open security settings and add a passkey or authenticator OTP.
10
## Useful first actions
12
Create your first repository, add SSH or GPG keys, set up account security, and connect integrations when you need notifications or deployments.
14
We suggest creating a repository named `.nobgit`. It is a special repository that lets you customize your profile or organization page with a `README.md`.
16
An [SSH key](How to upload an SSH key.md) or [access token](How to create an access token.md) is required to [push code to NobGit](How to commit to NobGit.md). Password authentication is not supported.
18
- [Previous: Docs home](NobGit Docs.md)
20
- [Next: create repo](How to create repo.md)